Nullable.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opCmp(N n)
  2. int opCmp(T rhs)
  3. int opCmp(Nullable!T rhs)
    struct Nullable(T)
    const nothrow pure
    static if(__traits(compiles, (T a, T b)) && !is(T == class))
    int
    opCmp

Meta